home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / online / ibrowse_plugins / openurl / developer / c / include / proto / openurl.h
C/C++ Source or Header  |  2004-08-03  |  709b  |  35 lines

  1. #ifndef PROTO_OPENURL_H
  2. #define PROTO_OPENURL_H
  3.  
  4. /*
  5. **  $VER: openurl.h 4.4 (1.3.2003)
  6. **  Includes Release 4.4
  7. **
  8. **  SAS `C' style prototype/pragma header file combo
  9. **
  10. **  openurl.library - universal URL display and browser
  11. **  launcher library
  12. **
  13. **  Written by Troels Walsted Hansen <troels@thule.no>
  14. **  Placed in the public domain.
  15. **
  16. **  Developed by:
  17. **  - Alfonso Ranieri <alforan@tin.it>
  18. **  - Stefan Kost <ensonic@sonicpulse.de>
  19. **
  20. */
  21.  
  22. #ifndef PRAGMAS_OPENURL_PRAGMAS_H
  23. #include <pragmas/openurl_pragmas.h>
  24. #endif
  25.  
  26. #ifndef LIBRARIES_OPENURL_H
  27. #include <libraries/openurl.h>
  28. #endif
  29.  
  30. #ifndef __NOLIBBASE__
  31. extern struct Library *OpenURLBase;
  32. #endif /* __NOLIBBASE__ */
  33.  
  34. #endif /* PROTO_OPENURL_H */
  35.